-
I have this dayjs objects: const today = dayjs.utc(date).startOf("day") I am trying to mock it using jest but to no …
- 394 views
- 1 answers
- 0 votes
I have this dayjs objects: const today = dayjs.utc(date).startOf("day") I am trying to mock it using jest but to no …